FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class / DataSource Property

In This Topic
    DataSource Property
    In This Topic
    Gets or sets the data source.
    Syntax
    'Declaration
     
    Public Property DataSource As TItem
    public TItem DataSource {get; set;}
    See Also